<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

    :root {
        --swiper-theme-color: #007aff
    }

    .swiper-container {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1
    }

    .swiper-container-vertical&gt;.swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .swiper-container-android .swiper-slide,
    .swiper-wrapper {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .swiper-container-multirow&gt;.swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .swiper-container-multirow-column&gt;.swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .swiper-container-free-mode&gt;.swiper-wrapper {
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        margin: 0 auto
    }

    .swiper-container-pointer-events {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

    .swiper-container-pointer-events.swiper-container-vertical {
        -ms-touch-action: pan-x;
        touch-action: pan-x
    }

    .swiper-slide {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform
    }

    .swiper-slide-invisible-blank {
        visibility: hidden
    }

    .swiper-container-autoheight,
    .swiper-container-autoheight .swiper-slide {
        height: auto
    }

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform
    }

    .swiper-container-3d {
        -webkit-perspective: 1200px;
        perspective: 1200px
    }

    .swiper-container-3d .swiper-cube-shadow,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
        background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
        background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
    }

    .swiper-container-css-mode&gt;.swiper-wrapper {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .swiper-container-css-mode&gt;.swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode&gt;.swiper-wrapper&gt;.swiper-slide {
        scroll-snap-align: start start
    }

    .swiper-container-horizontal.swiper-container-css-mode&gt;.swiper-wrapper {
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory
    }

    .swiper-container-vertical.swiper-container-css-mode&gt;.swiper-wrapper {
        -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory
    }

    .swiper-pagination {
        position: absolute;
        text-align: center;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        z-index: 10
    }

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

    .swiper-container-horizontal&gt;.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
        left: 0;
        width: 100%
    }

    .swiper-pagination-bullets-dynamic {
        overflow: hidden;
        font-size: 0
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 50%;
        background: #000;
        opacity: .2
    }

    button.swiper-pagination-bullet {
        border: none;
        margin: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer
    }

    .swiper-pagination-bullet:only-child {
        display: none !important
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: var(--swiper-pagination-color, var(--swiper-theme-color))
    }

    .swiper-container-vertical&gt;.swiper-pagination-bullets {
        right: 10px;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }

    .swiper-container-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }

    .swiper-container-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        display: inline-block;
        -webkit-transition: transform .2s, top .2s;
        transition: transform .2s, top .2s
    }

    .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px
    }

    .swiper-container-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        white-space: nowrap
    }

    .swiper-container-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: transform .2s, left .2s;
        transition: transform .2s, left .2s
    }

    .swiper-container-horizontal.swiper-container-rtl&gt;.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: transform .2s, right .2s;
        transition: transform .2s, right .2s
    }

    .swiper-pagination-progressbar {
        background: rgba(0, 0, 0, .25);
        position: absolute
    }

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        -webkit-transform-origin: right top;
        transform-origin: right top
    }

    .swiper-container-horizontal&gt;.swiper-pagination-progressbar,
    .swiper-container-vertical&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 100%;
        height: 4px;
        left: 0;
        top: 0
    }

    .swiper-container-horizontal&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
    .swiper-container-vertical&gt;.swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

    .swiper-pagination-white {
        --swiper-pagination-color: #fff
    }

    .swiper-pagination-black {
        --swiper-pagination-color: #000
    }

    .swiper-pagination-lock {
        display: none
    }

    .swiper-container-fade.swiper-container-free-mode .swiper-slide {
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .swiper-container-fade .swiper-slide {
        pointer-events: none;
        -webkit-transition-property: opacity;
        transition-property: opacity
    }

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

    .swiper-container-fade .swiper-slide-active,
    .swiper-container-fade .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .Home_active__YWT7z {
        background-color: #0071ef;
        opacity: 1;
        border-radius: 2px
    }

    .Home_activeText__12UKE {
        color: #0071ef;
        font-weight: 700;
        border-bottom: 3px;
        border-style: solid;
        border-color: #0071ef
    }

    .Home_bgSide__2K519 {
        width: 236px;
        background: rgba(23, 24, 27, .5);
        -webkit-box-shadow: 0 12px 48px 0 rgba(0, 113, 239, .1);
        box-shadow: 0 12px 48px 0 rgba(0, 113, 239, .1)
    }

    .Home_bgCenter__1sPPv,
    .Home_bgSide__2K519 {
        height: 424px;
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px)
    }

    .Home_bgCenter__1sPPv {
        width: 708px;
        background: rgba(23, 24, 27, .4)
    }

    .Home_bulletBar__1vMeA {
        width: 32px;
        height: 32px;
        border-radius: 16px;
        border: 1px solid #fff;
        opacity: .5;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1) 0ms;
        transition: all .3s cubic-bezier(.4, 0, .2, 1) 0ms
    }

    .Home_bulletBar__1vMeA:hover {
        opacity: 1;
        background-color: #fff;
        color: #0071ef
    }

    .Home_blur__2kL0O {
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px)
    }

    .Home_videoStyle__3vMFu {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .Home_rightComp__2HlAM {
        opacity: .7;
        background: linear-gradient(335deg, hsla(0, 0%, 100%, .8), #fff);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .Home_rightComp__2HlAM:hover {
        opacity: 1;
        height: 88px;
        width: 88px;
        border-width: 4px;
        -webkit-transform-origin: center;
        transform-origin: center;
        background: #fff;
        border-color: #fff;
        -webkit-transform: translate(-4px, -4px);
        transform: translate(-4px, -4px);
        -webkit-transition: opacity .3s ease-in-out, height .3s ease-in-out, width .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: opacity .3s ease-in-out, height .3s ease-in-out, width .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: opacity .3s ease-in-out, transform .3s ease-in-out, height .3s ease-in-out, width .3s ease-in-out;
        transition: opacity .3s ease-in-out, transform .3s ease-in-out, height .3s ease-in-out, width .3s ease-in-out, -webkit-transform .3s ease-in-out
    }

    .Home_bgExpression__1bzjj:before {
        left: 0
    }

    .Home_bgExpression__1bzjj:after,
    .Home_bgExpression__1bzjj:before {
        content: "";
        position: absolute;
        top: 0;
        height: 560px;
        width: calc(50% - 960px);
        background-color: #d5e3f9
    }

    .Home_bgExpression__1bzjj:after {
        right: 0
    }

    .Home_productBg__2U79a {
        background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
        opacity: .7
    }

    .Home_productBgcolor__3h8E7 {
        background-color: #e0e8f9
    }

    .Home_hoverStyle__3JokR {
        -webkit-transform: scaleY(1.06);
        transform: scaleY(1.06);
        -webkit-transition: .3s;
        transition: .3s
    }

    .Home_normalStyle__2L89H {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: .3s;
        transition: .3s
    }

    .Home_blur__2kL0O {
        -webkit-backdrop-filter: blur(16px);
        backdrop-filter: blur(16px)
    }

    .Home_productHover__1c7YT {
        height: 250px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        overflow: hidden
    }

    .Home_productHover__1c7YT,
    .Home_productHovera__2RcQ3 {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .Home_productHovera__2RcQ3 {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    .Home_productHoverb__1_les {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .Home_productHoverb__1_les:hover {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .Home_productHovera__2RcQ3:hover,
    .Home_productHoverb__1_les:hover {
        height: 266px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .Home_productHovera__2RcQ3:hover {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    .Home_productHover__1c7YT .Home_productHoverItem__2OoYL {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .Home_productHover__1c7YT .Home_productHoverOpcity__887kV {
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .Home_productHover__1c7YT .Home_productHoverBtn__aBvLs {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .Home_productHover__1c7YT:hover .Home_productHoverItem__2OoYL {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .Home_productHover__1c7YT:hover .Home_productHoverOpcity__887kV {
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .Home_productHover__1c7YT:hover .Home_productHoverBtn__aBvLs {
        opacity: 1;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .Home_wosIntroHover1__1AIaQ {
        position: relative;
        z-index: 1;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .Home_wosIntroHover2__316QX {
        position: relative;
        z-index: 2;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .Home_wosIntrohover__1mE3A .Home_wosIntroHoverP__2eWHy {
        opacity: 0;
        z-index: 1;
        position: relative
    }

    .Home_wosIntrohover__1mE3A:hover&gt;.Home_wosIntroHover1__1AIaQ {
        position: absolute;
        height: 320px;
        z-index: 3;
        padding-top: 160px
    }

    .Home_wosIntrohover__1mE3A:hover .Home_wosIntroHover1__1AIaQ div {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: 3;
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }

    .Home_wosIntrohover__1mE3A:hover .Home_wosIntroHover1__1AIaQ .Home_wosIntroHoverp1__3NPJK,
    .Home_wosIntrohover__1mE3A:hover&gt;.Home_wosIntroHover1__1AIaQ .Home_wosIntroHoverP__2eWHy {
        -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, opacity .3s ease-in-out;
        transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: 3;
        -webkit-transform: translateY(-120px);
        transform: translateY(-120px);
        opacity: 1
    }

    .Home_wosIntroHover2__316QX .Home_wosIntroHoverP__2eWHy {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 0
    }

    .Home_wosIntroHover2__316QX:hover {
        position: absolute;
        height: 320px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 3;
        -webkit-transform: translateY(-160px);
        transform: translateY(-160px)
    }

    .Home_wosIntroHover2__316QX:hover .Home_wosIntroHoverP__2eWHy {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .Home_swiperBg__2v3BT img {
        opacity: 0
    }

    .Home_swiperBg0__1EH-Y img,
    .Home_swiperBg1__3H80H img,
    .Home_swiperBg2__1en5o img,
    .Home_swiperBg3__1qiXf img,
    .Home_swiperBg4__tUJyu img,
    .Home_swiperBg5__3qO0G img,
    .Home_swiperBg6__15Fg7 img,
    .Home_swiperBg7__93ESA img {
        opacity: 1;
        -webkit-transition: all .3s cubic-bezier(.48, .33, .24, .95);
        transition: all .3s cubic-bezier(.48, .33, .24, .95)
    }

    .Home_swiper__3ZiAW .Home_swiper-slide__3bV94 {
        -webkit-transition-timing-function: cubic-bezier(.48, .33, .24, .95);
        transition-timing-function: cubic-bezier(.48, .33, .24, .95);
        -webkit-transition-duration: .3s !important;
        transition-duration: .3s !important
    }

    .Home_hoverStyle__3JokR:hover:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 118px;
        height: 40px;
        background-color: hsla(0, 0%, 100%, .1)
    }

    .Home_partner_animation__3P3M0 {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-name: Home_slide__2aiNW;
        animation-name: Home_slide__2aiNW;
        -webkit-animation-timing-function: cubic-bezier(.48, .33, .24, .95);
        animation-timing-function: cubic-bezier(.48, .33, .24, .95)
    }

    @-webkit-keyframes Home_slide__2aiNW {
        0% {
            -webkit-transform: scale(1.03);
            transform: scale(1.03);
            opacity: 0;
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%
        }

        to {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%
        }
    }

    @keyframes Home_slide__2aiNW {
        0% {
            -webkit-transform: scale(1.03);
            transform: scale(1.03);
            opacity: 0;
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%
        }

        to {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%
        }
    }

    .Home_text_animation__134TS {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-name: Home_text__rl2G0;
        animation-name: Home_text__rl2G0;
        -webkit-animation-timing-function: cubic-bezier(.48, .33, .24, .95);
        animation-timing-function: cubic-bezier(.48, .33, .24, .95)
    }

    @-webkit-keyframes Home_text__rl2G0 {
        0% {
            opacity: 0;
            -webkit-transform: translateX(5px);
            transform: translateX(5px)
        }

        to {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @keyframes Home_text__rl2G0 {
        0% {
            opacity: 0;
            -webkit-transform: translateX(5px);
            transform: translateX(5px)
        }

        to {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    .Home_solution_bg__3gGho {
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-name: Home_backgroundImage__2qdcn;
        animation-name: Home_backgroundImage__2qdcn;
        -webkit-animation-timing-function: cubic-bezier(.48, .33, .24, .95);
        animation-timing-function: cubic-bezier(.48, .33, .24, .95)
    }

    @-webkit-keyframes Home_backgroundImage__2qdcn {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes Home_backgroundImage__2qdcn {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .BottomConsult_politPopupLogo__1nr7A {
        width: 80px;
        height: 80px;
        position: relative
    }

    @-webkit-keyframes BottomConsult_rotate__n3A5a {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        to {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn)
        }
    }

    @keyframes BottomConsult_rotate__n3A5a {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        to {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn)
        }
    }</pre></body></html>